Home
last modified time | relevance | path

Searched defs:Low (Results 1 – 19 of 19) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestSerialization.java68 Low; enumConstant
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp88 void CountInRangeImpl(int *NumInRange, int Low, int High, in CountInRangeImpl()
/external/llvm/include/llvm/Support/
DIntegersSubset.h413 const APInt Low = getItem(i).getLow(); in getSize() local
428 const APInt Low = getItem(i).getLow(); in getSingleValue() local
DIntegersSubsetMapping.h318 const IntTy *Low = &OldItems.begin()->first.getLow(); in optimize() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp50 Constant* Low; member
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp256 std::set<ArgPromotion::IndicesVector>::iterator Low; in PrefixIn() local
275 std::set<ArgPromotion::IndicesVector>::iterator Low; in MarkIndicesSafe() local
/external/llvm/lib/IR/
DMetadata.cpp461 static bool tryMergeRange(SmallVector<Value*, 4> &EndPoints, ConstantInt *Low, in tryMergeRange()
478 static void addRange(SmallVector<Value*, 4> &EndPoints, ConstantInt *Low, in addRange()
DVerifier.cpp1593 ConstantInt *Low = dyn_cast<ConstantInt>(Range->getOperand(2*i)); in visitLoadInst() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp445 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain, in LowerLOAD() local
461 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain, in LowerLOAD() local
523 SDValue Low = Value; in LowerSTORE() local
/external/stressapptest/src/
Dworker.h208 Low, enumerator
/external/clang/lib/Basic/
DDiagnostic.cpp542 unsigned Low = PluralNumber(Start, End); in TestPluralRange() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h132 const Constant *Low; member
DSelectionDAGBuilder.cpp1618 const APInt& Low = cast<ConstantInt>(CB.CmpLHS)->getValue(); in visitSwitchCase() local
2170 const APInt &Low = cast<ConstantInt>(I->Low)->getValue(); in handleJTSwitchCase() local
2877 unsigned Pos, unsigned Size, int Low) { in isSequentialInRange()
/external/clang/lib/CodeGen/
DCGExpr.cpp490 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low, in emitHash16Bytes()
600 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp680 GenericValue Low = getOperandValue(const_cast<ConstantInt*>(LowCI), SF); in visitSwitchInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp772 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); in FoldAndOfICmps() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2385 APInt Low; in ParseFunctionBody() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3544 int Low, int High) { in parsePKHImm()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3309 static bool isUndefOrInRange(int Val, int Low, int Hi) { in isUndefOrInRange()
3323 unsigned Pos, unsigned Size, int Low) { in isSequentialOrUndefInRange()