Home
last modified time | relevance | path

Searched refs:GetSwitchValue (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp182 auto GetSwitchValue = [DL, CommonITy](IndirectBrInst *IBr) { in runOnFunction() local
192 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
206 SwitchPN->addIncoming(GetSwitchValue(IBr), IBr->getParent()); in runOnFunction()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc132 Status GetSwitchValue(const Node& switch_node, OutputTensor* val) { in GetSwitchValue() function