Searched defs:IdxVal (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp126 SVal IdxVal = State->getSVal(IdxExpr, C.getLocationContext()); local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstantFold.cpp768 const APInt &IdxVal = CIdx->getValue(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1726 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPIt.getOperand()); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp439 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand()); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp723 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
799 unsigned IdxVal = CIdx->getZExtValue(); local
1259 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
1277 uint64_t IdxVal local
2142 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp62 static SDValue ExtractSubVector(SDValue Vec, unsigned IdxVal, argument
103 static SDValue Extract128BitVector(SDValue Vec, unsigned IdxVal, argument
111 static SDValue Extract256BitVector(SDValue Vec, unsigned IdxVal, argument
117 InsertSubVector(SDValue Result, SDValue Vec, unsigned IdxVal, SelectionDAG &DAG, SDLoc dl, unsigned vectorWidth) argument
147 Insert128BitVector(SDValue Result, SDValue Vec, unsigned IdxVal, SelectionDAG &DAG, SDLoc dl) argument
154 Insert256BitVector(SDValue Result, SDValue Vec, unsigned IdxVal, SelectionDAG &DAG, SDLoc dl) argument
7676 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
7824 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue(); local
7892 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
7925 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
7932 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
16407 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue(); local
[all...]

Completed in 199 milliseconds